X-Git-Url: http://git.cyclocoop.org/%27%20.%20%24prefix%20.%20Wiki::transformTitleToURI%28%24matches%5B1%5D%29%20.%20%27?a=blobdiff_plain;ds=sidebyside;f=includes%2Ftitle%2FTitleValue.php;h=3e133006d087fb4b62fc737a202f05d91c789b19;hb=bee9f4db96b4aec51feeddb8ccdca353c034f12f;hp=597bf2f4ee18e7cd4ab79335856a238725b5a350;hpb=e758226c91935a1df2b6fd3ed1f18922d8bfb45b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleValue.php b/includes/title/TitleValue.php index 597bf2f4ee..3e133006d0 100644 --- a/includes/title/TitleValue.php +++ b/includes/title/TitleValue.php @@ -1,6 +1,6 @@ namespace = $namespace; @@ -88,6 +93,7 @@ class TitleValue implements LinkTarget { } /** + * @since 1.23 * @return int */ public function getNamespace() { @@ -104,6 +110,7 @@ class TitleValue implements LinkTarget { } /** + * @since 1.23 * @return string */ public function getFragment() { @@ -121,6 +128,7 @@ class TitleValue implements LinkTarget { /** * Returns the title's DB key, as supplied to the constructor, * without namespace prefix or fragment. + * @since 1.23 * * @return string */ @@ -131,6 +139,7 @@ class TitleValue implements LinkTarget { /** * Returns the title in text form, * without namespace prefix or fragment. + * @since 1.23 * * This is computed from the DB key by replacing any underscores with spaces. * @@ -184,6 +193,7 @@ class TitleValue implements LinkTarget { * Returns a string representation of the title, for logging. This is purely informative * and must not be used programmatically. Use the appropriate TitleFormatter to generate * the correct string representation for a given use. + * @since 1.23 * * @return string */